home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / look4.arc / AUTOEXEC.BAT next >
DOS Batch File  |  1985-11-30  |  513b  |  18 lines

  1. echo off
  2. cls
  3. d:
  4. A:flip caps on
  5. copy A:LOOK4.BAT
  6. copy a:XFERLIST
  7. copy a:FIND.EXE
  8. copy a:MORE.COM
  9. cls
  10. echo To use the LOOK4 batch file properly, first decide what string you
  11. echo want to search for. For example: you might want to find every occurrence of
  12. echo the characters "DB3", because you have a sudden interest in dBASE III.
  13. echo So, you issue the following command and press enter: 
  14. echo LOOK4 DB3
  15. echo If you want the same output, only you want it to be printed out, try
  16. echo LOOK4 DB3 P
  17.  
  18.